Skip to content

chore(github): add PR and issue templates#134

Open
SebastianBoehler wants to merge 1 commit intoWecoAI:mainfrom
SebastianBoehler:codex/add-github-templates
Open

chore(github): add PR and issue templates#134
SebastianBoehler wants to merge 1 commit intoWecoAI:mainfrom
SebastianBoehler:codex/add-github-templates

Conversation

@SebastianBoehler
Copy link
Copy Markdown
Contributor

Summary

Add a basic GitHub contribution workflow setup under .github/:

  • default PR template
  • bug report issue form
  • feature request issue form
  • issue template config to disable blank issues

Why

The repo did not have PR templates or issue templates yet, which makes contribution quality and triage less consistent.

This also adds lightweight metadata that is useful in an agent-heavy workflow:

  • PR authorship checkboxes for AI-generated vs human-authored work
  • issue source fields for human vs coding-agent reports

Included

  • .github/PULL_REQUEST_TEMPLATE.md
  • .github/ISSUE_TEMPLATE/bug_report.yml
  • .github/ISSUE_TEMPLATE/feature_request.yml
  • .github/ISSUE_TEMPLATE/config.yml

Validation

  • Parsed the issue form YAML successfully
  • Verified the new files are isolated to .github/

Notes

The PR template includes change-type and validation checklists, plus explicit authorship options:

  • Fully AI-generated
  • Human-directed, AI-authored
  • Human-authored with AI assistance
  • Fully human-authored

@SebastianBoehler SebastianBoehler force-pushed the codex/add-github-templates branch from 23a1a35 to 5a321d9 Compare April 6, 2026 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant